Kubernetes – Installing and creating a cluster

First you need to install Docker. For Kubernetes to work correctly, you must disable SWAP Also check delete it with fstab Add Kubernetes repository and install Ubuntu: CentOS 7: Add to autorun and run:   We initialize the Kubernetes cluster: –apiserver-advertise-address – sets the IP address to which Kubernetes will broadcast the API, the default … Continue reading Kubernetes – Installing and creating a cluster